- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
Nullable!V get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- get_inter
Nullable!V get_inter(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getall
Nullable!V[string] getall(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
- putAll
void putAll(V[string] maps, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
- put_inter
void put_inter(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
- putifAbsent
bool putifAbsent(string key, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeAll
void removeAll(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove_inter
bool remove_inter(string key)
Undocumented in source. Be warned that the author may not have intended to support it.